setStyleTerrainProperty

open fun setStyleTerrainProperty(property: String, value: Value): Expected<String, None>

Sets a value to the the style terrain property.

Return

string describing an error if the operation was not successful, empty otherwise.

Parameters

property

The style terrain property name.

value

The style terrain property value.